var github.com/gotd/td/internal/mtproto.errRejected
7 uses
github.com/gotd/td/internal/mtproto (current package)
read.go#L28: var errRejected = errors.New("message rejected")
read.go#L38: return errors.Wrapf(errRejected, "unexpected type %s", id.Type())
read.go#L43: return errors.Wrap(errRejected, "created too far in past")
read.go#L46: return errors.Wrap(errRejected, "created too far in future")
read.go#L61: return nil, errors.Wrapf(errRejected, "invalid session (got %d, expected %d)", msg.SessionID, session.ID)
read.go#L67: return nil, errors.Wrapf(errRejected, "duplicate or too low message id %d", msg.MessageID)
read.go#L75: if errors.Is(err, errRejected) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |